Class java.lang.IOException
All Packages This Package Previous Next
Class java.lang.IOException
java.lang.Object
|
+----java.lang.Exception
|
+----java.lang.IOException
-
public class
IOException
-
extends Exception
Signals I/O exception.
-
See Also:
-
InputStream,
OutputStream
-
Version:
-
1.7, 31 Jan 1995
-
IOException()
-
Constructor.
-
IOException(String)
-
Constructor with a detail message.
IOException
public IOException()
-
Constructor.
IOException
public IOException(String s)
-
Constructor with a detail message.
All Packages This Package Previous Next